set Broadcast Smart Minimum Interval Secs
open fun setBroadcastSmartMinimumIntervalSecs(value: Int): ConfigProtos.Config.PositionConfig.Builder
The minimum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
Content copied to clipboard
uint32 broadcast_smart_minimum_interval_secs = 11;
Return
This builder for chaining.
Parameters
value
The broadcastSmartMinimumIntervalSecs to set.